home *** CD-ROM | disk | FTP | other *** search
/ Dermatology Step by Step / Dermatology Step by Step.iso / pc / Media / Main.dxr / 00006_sBtnInstallPlugins.ls < prev    next >
Encoding:
Text File  |  2001-02-16  |  448 b   |  19 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("bInstallPlugins_hl")
  3.   cursor(280)
  4. end
  5.  
  6. on mouseDown me
  7.   set the member of sprite the currentSpriteNum to member("bInstallPlugins_dn")
  8. end
  9.  
  10. on mouseLeave me
  11.   set the member of sprite the currentSpriteNum to member("bInstallPlugins")
  12.   cursor(-1)
  13. end
  14.  
  15. on mouseUp me
  16.   set the member of sprite the currentSpriteNum to member("bInstallPlugins_hl")
  17.   doInstallPlugins()
  18. end
  19.